Un-bump versions
authorFelix Krull <f_krull@gmx.de>
Sun, 14 Oct 2018 13:07:15 +0000 (15:07 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
rust-bindings/rust/libostree-sys/Cargo.toml
rust-bindings/rust/libostree/Cargo.toml

index 8906847e10e2f380fea61c0ec1387774f29faf7f..80aa7c1c1ab3d095787b8bbee8ceae98c3bded5f 100644 (file)
@@ -39,4 +39,4 @@ name = "libostree_sys"
 build = "build.rs"
 links = "ostree"
 name = "libostree-sys"
-version = "0.2.0"
+version = "0.1.0"
index 3c1a628c05583d4ca194a75b2716260ae2b6dd78..d70b0b792efce8a9ded045968f5ec9cdd6f6d7ac 100644 (file)
@@ -1,6 +1,6 @@
 [package]
 name = "libostree"
-version = "0.2.0"
+version = "0.1.0"
 
 [lib]
 name = "libostree"
@@ -14,7 +14,7 @@ gio = "0.5"
 glib-sys = "0.7"
 gobject-sys = "0.7"
 gio-sys = "0.7"
-libostree-sys = { path = "../libostree-sys" }
+libostree-sys = { version = "0.1", path = "../libostree-sys" }
 
 [dev-dependencies]
 tempfile = "3"